Chips
Type
widget
Summary
Chips allow users to view information, make selections, filter content, and enter data.
Description
Chips can show multiple interactive elements together in the same area, such as a list of selectable movie times, or a series of email contacts.
Children Properties
Message
Name | Summary | Syntax |
---|---|---|
selectionChanged | Sent when the selection changes. | on selectionChanged <pNewSelection>, <pOldSelection> |
Property
Name | Summary | Syntax |
---|---|---|
variant | Apply a predefined style to the widget. | set the variant of widget to {"filled"|"outlined"} get the variant of widget |
borderWidth | The line size of the widget. | set the borderWidth of widget to <integer> get the borderWidth of widget |